Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support building on mybinder.org to ease testing #258

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

manics
Copy link
Member

@manics manics commented Mar 17, 2022

At the moment if you want to test a PR that affects the UI you need to clone the PR and install it locally. In many cases testing on mybinder.org is good enough, the main exceptions are some interactions which are dependent on whether jupyter-notebook or jupyter-server is used.

@manics manics added the ci label Mar 17, 2022
@manics manics mentioned this pull request Mar 17, 2022
@consideRatio
Copy link
Member

Can you make it a .binder folder, and add an inline comment in the requirements.txt file that this is to help us start the repo at mybinder.org for UI testing purposes?

@consideRatio
Copy link
Member

consideRatio commented Aug 1, 2023

I implemented the changes I suggested and force pushed a rebase. Instead of binder/requirements, its not .binder/requirements.txt with an inline comment about its purpose.

@manics wdyt about this PR as it is now?

I noted that I could get nbgitpuller started without having .binder/requirements.txt, which made sense to me as i believe repo2docker will detect setup.py etc and install this directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants